Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Get all connectors for a site
Get all connectors for a site
GET
/
api
/
v2
/
teams
/
{team_id}
/
sites
/
{site_id}
/
connectors
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/connectors \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 6,
"charger_id": 14,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
},
{
"id": 7,
"charger_id": 15,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
]
}
Authorizations
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/connectors \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 6,
"charger_id": 14,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
},
{
"id": 7,
"charger_id": 15,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
]
}